Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - RSA 1024-bit
Search - RSA 1024-bit - List
这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需要,于是需要专门建立大数运算库来解决这一问题-network information security Introduction of the course in practice, personally prepared with a majority in the 1024 operations ELGamal encryption system. ELGamal rely on large numbers efficiently, Currently mainstream ELGamal algorithms are built on 512-1024 Operators of large numbers above. Most of the compiler can only support 64-bit integer operations, Operators that we are used to be rounded up to less than 64, namely : 0xffffffffffffffff. 18446744073709551615 is, it is far less than the needs of the RSA, therefore need to establish specialized majority of the operation to resolve this problem
Date : 2008-10-13 Size : 89.81kb User : 明江

rsa加密算法的vc实现,可以实现1024位的加密-the source code of rsa algorithm in vc,which can do 1024bits encryption.
Date : 2025-07-15 Size : 145kb User :

这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需要,于是需要专门建立大数运算库来解决这一问题-network information security Introduction of the course in practice, personally prepared with a majority in the 1024 operations ELGamal encryption system. ELGamal rely on large numbers efficiently, Currently mainstream ELGamal algorithms are built on 512-1024 Operators of large numbers above. Most of the compiler can only support 64-bit integer operations, Operators that we are used to be rounded up to less than 64, namely : 0xffffffffffffffff. 18446744073709551615 is, it is far less than the needs of the RSA, therefore need to establish specialized majority of the operation to resolve this problem
Date : 2025-07-15 Size : 90kb User : 明江

RSA 1024位加密算法封装,算法使用big-endian编码方式。用于Windows Mobile下-RSA 1024-bit encryption algorithm package algorithm uses big-endian encoding. Used under Windows Mobile
Date : 2025-07-15 Size : 1.2mb User : test

DL : 0
RSA公钥加解密算法源码,VC++语言开发, 可生成最长1024比特密钥对,里面包含大数运算类,可直接移植使用。-RSA public key encryption algorithm source code, VC++ Language development, can generate up to 1024 bit key pair, which contains large numbers computing categories, can be directly transplanted to use.
Date : 2025-07-15 Size : 20kb User : 曹鹏

大数运算库源文件:BigInt.cpp 作者:afanty@vip.sina.com 版本:1.2 (2003.5.13) 说明:适用于MFC,1024位RSA运算-Large numbers computing library source files: BigInt.cpp Author: afanty@vip.sina.com Version: 1.2 (2003.5.13) Description: applicable to MFC, 1024 bit RSA operations
Date : 2025-07-15 Size : 5kb User : 梁增健

支持大整数的RSA算法,还可以自动生成随机大素数-Support for large integer RSA algorithm, can also automatically generate random large prime numbers
Date : 2025-07-15 Size : 61kb User :

DL : 0
RSA加密算法的实现 2^1024大的素数实现-implement the RSA
Date : 2025-07-15 Size : 3.3mb User : runnery

DL : 0
安全性大大改进,可算做能完全代替MD5的散列验证算法.-1.Large input message block size 2.provably resistant to differential attacks 3.Alternative sequential mode 4.Key input K??of up to 512 bits?? K is input to every compression function 5.1024-bit intermediate (chaining) value root truncated to desired final length? Location (level,index) input to each node 6. Root bit ?(aka “z-bit” or “pumpkin bit”) input to each compression function 7. Operations on 64-bit words The following operations only: –XOR–AND–SHIFT by fixed amounts:
Date : 2025-07-15 Size : 10kb User : haec

使用vc编写的1024位rsa算法,能高效地实现对任意文件的加解密功能,欢迎下载-Vc prepared using 1024-bit rsa algorithm can efficiently realize arbitrary file encryption and decryption functionality, please download the
Date : 2025-07-15 Size : 1.02mb User : 刘琦

DL : 0
rsa algorithm .... works fine for 1024 bit prime numbers
Date : 2025-07-15 Size : 7kb User : stane

DL : 0
RSA加密算法的实现,1024位 是贷款累计发生了科技发达拉斯卡积分-RSA Encryption Algorithm, 1024 is the cumulative incidence of credit points of science and technology developed Raska
Date : 2025-07-15 Size : 636kb User : 崔哥

实现了蒙哥马利算法,能够对2048,1024.512位的RSA进行加解密运算,能够自动生成密钥-Montgomery algorithm is implemented, can 2048,1024.512 bit RSA encryption and decryption operations to automatically generate the keys
Date : 2025-07-15 Size : 1.46mb User : 曾健林

DL : 0
编程实现RSA算法。包括:生成公钥(e, n)和私钥d,对明文m加密,对密文m解密。 注:实际应用中,512比特的n 已经不够安全,所以建议公司用1024比特的n,及其重要的场合用2048比特的 n。所以大家要选择大整数n。-Programming RSA algorithm. Include: Creation of a public key (e, n) and private key d, m the plaintext encryption, decryption of ciphertext m. Note: The actual application, the 512-bit n is not secure, it is recommended that companies with 1024-bit n, and the important occasion with a 2048-bit n. Therefore, we should choose a large integer n.
Date : 2025-07-15 Size : 44kb User : semmir

DL : 0
RSA公钥加解密算法源码,VC++语言开发, 可生成最长1024比特密钥对,里面包含大数运算类,可直接移植使用。-RSA public key encryption algorithm source code, VC++ language development, can generate up to 1024-bit key pair, which contains large numbers operation classes can be directly transplanted to use.
Date : 2025-07-15 Size : 19kb User : wangrui

documentation of Implementing a 1024-bit RSA on FPGA
Date : 2025-07-15 Size : 119kb User : Lakshman

摘 要: 1982年,Quisquate和Couvreur提出了一种RSA的变型算法,称为RSA–CRT算法,这是一种基于中国剩余定理的能够加速RSA解密的算法。1990年,Wiener提出了另外一种RSA的变型算法,称为重新平衡–RSA,进一步通过把解密成本转移到加密成本上来加速RSA解密。但是,因为公开指数e通常和RSA系数是同一量级,所以这种方法实质上最大化了加密时间。在本文中,我们介绍两种重新平衡–RSA变型算法,它们的公开指数e比模量更加的小,因此能够在保持较低解密成本的同时有效地减少加密成本。对于一个1024位的RSA模量,我们的第一种变型算法(方案A)的加密时间比原始的重新平衡–RSA算法的加密时间快至少2.6倍,而第二种变型算法(方案B)提供的加密时间至少比原来快3倍。在两种变型算法中,降低加密成本是以轻微地增加解密成本和增加核心生产成本为代价的。因此,这里提出的变型算法式是最适合应用在需要降低加密和解密成本的地方。关键字:RSA CRT 加密 数字签名 格基减化 密码分析学 -Abstract: In 1982, Quisquater and Couvreur proposed an RSA variant, called RSA-CRT, based on the Chinese Remainder Theorem to speed up RSA decryption. In 1990, Wiener suggested another RSA variant, called Rebalanced-RSA, which further speeds up RSA decryption by shifting decryption costs to encryption costs. However, this approach essentially maximizes the encryption time since the public exponent e is generally about the same order of magnitude as the RSA modulus. In this paper, we introduce two variants of Rebalanced-RSA in which the public exponent e is much smaller than the modulus, thus reducing the encryption costs, while still maintaining low decryption costs. For a 1024-bit RSA modulus, our fi rst variant (Scheme A) offers encryption times that are at least 2.6 times faster than that in the original Rebalanced-RSA, while the second variant (Scheme B) offers encryption times at least 3 times faster. In both variants, the decrease in encryption costs is obtained at the expe
Date : 2025-07-15 Size : 548kb User : huhui

DL : 0
this RSA algorithm which run for 1024 bits data. which have inner fuction like multiplicatin,addition,mod,power,subtaction , greater,less,equal etc .all opetaion for 1024 bit data. -this is RSA algorithm which run for 1024 bits data. which have inner fuction like multiplicatin,addition,mod,power,subtaction , greater,less,equal etc .all opetaion for 1024 bit data.
Date : 2025-07-15 Size : 13kb User : jitendra singh

基于crypto++实现RSA密钥对生成,密钥长度1024,vs2010实现-generate RSA key pair based on Crypto++,and save the key pairs which is 1024 bit in txt file
Date : 2025-07-15 Size : 9.02mb User : dingkaimeng

This example also generates the public and private // keys to be used in the RSA encryption. // Normally, you would generate a key pair once, // and distribute the public key to your partner. // Anything encrypted with the public key can be // decrypted with the private key. The reverse is // also true: anything encrypted using the private // key can be decrypted using the public key. // Generate a 1024-bit key. Chilkat RSA supports // key sizes ranging from 512 bits to 40
Date : 2025-07-15 Size : 1.12mb User : asdgggg
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.